core: Store filenames in sorted order
authorColin Walters <walters@verbum.org>
Mon, 7 Nov 2011 17:26:47 +0000 (12:26 -0500)
committerColin Walters <walters@verbum.org>
Mon, 7 Nov 2011 17:26:47 +0000 (12:26 -0500)
commite03ffa269b146a6ca087fb1f0615cfbd02d4b3f0
tree9e285db5738b975407893985a58222de7fcc93d7
parentb2429445e47aaafe469aca92422583bcf510b6e3
core: Store filenames in sorted order

I believe GHashTable order was stable for a given set of names, but
this will make it more explicit, and also allow for binary searching.
libostree/ostree-repo.c